home *** CD-ROM | disk | FTP | other *** search
- Path: bcrkh13.bnr.ca!news
- From: coopeng <coopeng@bnr.ca>
- Newsgroups: comp.lang.c
- Subject: SYSTEM CALL in a while loop didn't work
- Date: 5 Feb 1996 14:24:50 GMT
- Organization: NORTEL
- Message-ID: <4f53vi$5uo@bcrkh13.bnr.ca>
- NNTP-Posting-Host: bkani3f.bnr.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- Hi folks,
- I am rubing a 13000 records file in a 3 nested while loop
- eg
-
- while()
- while()
- */first system call */
- while()/*rubing*/
- strstr()
- */second system call */
-
- first system call works, but second doesn't. If I comment the third while loop then
- second while loop also works. I shall be thankful if you guys mail me the
- solution as soon as possible.
-
- email address : coopeng@bnr.ca
- thanks
- denesh
-
-